Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollerBase<TThumb,TShaft> Class / GetThumbValueFromCoordinate Method


In This Topic
    GetThumbValueFromCoordinate Method
    In This Topic
    Gets the thumb value from the specified coordinate
    Syntax
    'Declaration
     
    
    Protected Function GetThumbValueFromCoordinate( _
       ByVal coord As System.Double, _
       ByVal shaftStart As System.Double, _
       ByVal shaftLength As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NScrollerBase(Of TThumb,TShaft)
    Dim coord As System.Double
    Dim shaftStart As System.Double
    Dim shaftLength As System.Double
    Dim value As System.Double
     
    value = instance.GetThumbValueFromCoordinate(coord, shaftStart, shaftLength)
    protected System.double GetThumbValueFromCoordinate( 
       System.double coord,
       System.double shaftStart,
       System.double shaftLength
    )

    Parameters

    coord
    shaftStart
    shaftLength
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also